home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Utilitare / supercoolpim / setup.exe / {app} / SuperCoolPIM.exe / 0 / RCDATA / TFRADOFIELDSLINKFORM / TFRADOFIELDSLINKFORM.txt
Text File  |  2005-01-28  |  2KB  |  130 lines

  1. object frADOFieldsLinkForm: TfrADOFieldsLinkForm
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'frADOFieldsLinkForm'
  7.   ClientHeight = 250
  8.   ClientWidth = 340
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnHide = FormHide
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Bevel1: TBevel
  23.     Left = 4
  24.     Top = 4
  25.     Width = 332
  26.     Height = 208
  27.     Shape = bsFrame
  28.   end
  29.   object Label1: TLabel
  30.     Left = 12
  31.     Top = 12
  32.     Width = 54
  33.     Height = 13
  34.     Caption = '&Detail fields'
  35.     FocusControl = DetailL
  36.   end
  37.   object Label2: TLabel
  38.     Left = 212
  39.     Top = 12
  40.     Width = 59
  41.     Height = 13
  42.     Caption = '&Master fields'
  43.     FocusControl = MasterL
  44.   end
  45.   object Label3: TLabel
  46.     Left = 12
  47.     Top = 128
  48.     Width = 58
  49.     Height = 13
  50.     Caption = '&Joined fields'
  51.     FocusControl = JoinL
  52.   end
  53.   object DetailL: TListBox
  54.     Left = 12
  55.     Top = 28
  56.     Width = 115
  57.     Height = 82
  58.     HelpContext = 137
  59.     IntegralHeight = True
  60.     ItemHeight = 13
  61.     Style = lbOwnerDrawFixed
  62.     TabOrder = 0
  63.     OnClick = DetailLClick
  64.     OnDrawItem = DetailLDrawItem
  65.   end
  66.   object MasterL: TListBox
  67.     Left = 212
  68.     Top = 28
  69.     Width = 115
  70.     Height = 82
  71.     HelpContext = 146
  72.     IntegralHeight = True
  73.     ItemHeight = 13
  74.     TabOrder = 1
  75.     OnClick = MasterLClick
  76.   end
  77.   object AddB: TButton
  78.     Left = 132
  79.     Top = 36
  80.     Width = 75
  81.     Height = 25
  82.     HelpContext = 156
  83.     Caption = '&Add'
  84.     Enabled = False
  85.     TabOrder = 2
  86.     OnClick = AddBClick
  87.   end
  88.   object JoinL: TListBox
  89.     Left = 12
  90.     Top = 144
  91.     Width = 235
  92.     Height = 57
  93.     HelpContext = 164
  94.     ItemHeight = 13
  95.     TabOrder = 3
  96.   end
  97.   object ClearB: TButton
  98.     Left = 252
  99.     Top = 144
  100.     Width = 75
  101.     Height = 25
  102.     HelpContext = 174
  103.     Caption = '&Clear'
  104.     TabOrder = 4
  105.     OnClick = ClearBClick
  106.   end
  107.   object OkB: TButton
  108.     Left = 180
  109.     Top = 220
  110.     Width = 75
  111.     Height = 25
  112.     HelpContext = 40
  113.     Caption = 'OK'
  114.     Default = True
  115.     ModalResult = 1
  116.     TabOrder = 5
  117.   end
  118.   object CancelB: TButton
  119.     Left = 260
  120.     Top = 220
  121.     Width = 75
  122.     Height = 25
  123.     HelpContext = 50
  124.     Cancel = True
  125.     Caption = 'Cancel'
  126.     ModalResult = 2
  127.     TabOrder = 6
  128.   end
  129. end
  130.